Disable tmem by default for 4.1 release.
authorKeir Fraser <keir@xen.org>
Wed, 19 Jan 2011 18:24:26 +0000 (18:24 +0000)
committerKeir Fraser <keir@xen.org>
Wed, 19 Jan 2011 18:24:26 +0000 (18:24 +0000)
Although one major source of order>0 allocations has been removed,
others still remain, so re-disable tmem until the issue can be fixed
properly.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
xen/common/tmem_xen.c

index fdf24f3425826b973458d5a1bc60097ad5997218..4934c427e20cc3ead39dba80bd2cf509fa6b376d 100644 (file)
@@ -15,7 +15,7 @@
 
 #define EXPORT /* indicates code other modules are dependent upon */
 
-EXPORT bool_t __read_mostly opt_tmem = 1;
+EXPORT bool_t __read_mostly opt_tmem = 0;
 boolean_param("tmem", opt_tmem);
 
 EXPORT bool_t __read_mostly opt_tmem_compress = 0;